CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - http get

搜索资源列表

  1. HTTP_request

    0下载:
  2. 代码详尽描述了http的get和post方式传送数据,对于新人有借鉴的价值!-Code describes in detail the http get and post transmission of data, have reference value for the newcomers!
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:80967
    • 提供者:深山苦行僧
  1. HTMLPOSTGETHelper

    0下载:
  2. C# 网页GET与POST源代码,可说明详细可自由修改,编码默认设置为UTF-8,如需要请自行改为ANICODE,包括正则功能,通过此代码已POST某个大网站上超过2000万个网页数据库,功能强大,不可错过-C# http GET POST
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3398
    • 提供者:natinn
  1. mini-server-http

    0下载:
  2. MiniWeb is an embeddable, cross-platform, small-footprint HTTP server implementation, implementing basic GET and POST requests as well as request handling dynamic content generating. It works on x86 (Windows/Linux), ARM, MIPS and any posix platforms,
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-07
    • 文件大小:218923
    • 提供者:Oziel
  1. phpwebsocket

    2下载:
  2. HTML5+websocket实现PHP简单聊天室,含使用文档+源代码,开发语言:HTML5,Javascr ipt,php,开发工具:Phpstorm 4.0,网上基本找不到一个成功用php写server的案例,比较少商业用途会使用这个脚本语言来实现server。html5 websocket的根本通讯还是基于http get,所以在性能上,理论值会比tcp socket低一点点。   PHP的垃圾回收机制,做socket长连接,是有问题的。   关于多线程,Php本来是单线程的,
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-17
    • 文件大小:472007
    • 提供者:spudn90
  1. CSharphttp-post-get

    0下载:
  2. http post get实例 实际代码显示post get-the source for c# http class
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:29517
    • 提供者:CCoding
  1. HTTPGetPost

    0下载:
  2. 一个连接HTTP服务器的CLient是用MFC做多文档视图做的界面,其中详细的接受啊了使用HTTP Get和HTTP Post两种方式向服务器的发送请求的过程,并且把发送请求的http协议头和收到的协议头和内容都输出到了界面中,很容理解http协议。VC6.0测试通过,使用的时候,只需修改代码中http服务器的地址即可。-HTTP server CLient a connection is made ​ ​ with a multi-document view MFC int
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:35065
    • 提供者:chenguoyin
  1. Http

    0下载:
  2. java 模拟http请求类,实现get,post二种模式-java simulate http request class, achieve get, post two modes
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-13
    • 文件大小:1692
    • 提供者:马洪利
  1. HTTPrequest

    0下载:
  2. HTTP GET/POST 协议分析工具+源代码. 方便开发过程中对协议的分析和测试-HTTP GET/POST protocol source code analysis tool+. Facilitate the development process of the analysis and testing protocol
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:47954
    • 提供者:田浩
  1. uri_codec

    0下载:
  2. Base64是网络上最常见的用于传输8Bit字节代码的编码方式之一,大家可以查看RFC2045~RFC2049,上面有MIME的详细规范。Base64编码可用于在HTTP环境下传递较长的标识信息。例如,在Java Persistence系统Hibernate中,就采用了Base64来将一个较长的唯一标识符(一般为128-bit的UUID)编码为一个字符串,用作HTTP表单和HTTP GET URL中的参数。在其他应用程序中,也常常需要把二进制数据编码为适合放在URL(包括隐藏表单域)中的形式。此
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:2107
    • 提供者:
  1. sendmeg

    0下载:
  2. 这是一个用C#发送http/get请求的demo-this is a program which can send http/get request with c#
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:43137
    • 提供者:zx
  1. http

    0下载:
  2. http请求的四个方法,包括post、get、put、delete-four methods http request, including post, get, put, delete
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:3846
    • 提供者:蓝兰
  1. cc3

    0下载:
  2. 可同时攻击多个目标,木马过全免杀,后台验证软件,效果超强。攻击类型:TCP、UDP、ICMP、HTTP Get flood。可同时进行控制与攻击
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:12589
    • 提供者:本涞
  1. android-async-http-master

    0下载:
  2. 网络异步获取上传的工具类,异步获取网络数据,还有上传文件,下载文件的功能。-AsyncHttpClient net get post,file upload and download,it s very good
  3. 所属分类:android

    • 发布日期:2017-03-27
    • 文件大小:543848
    • 提供者:口水
  1. http sender

    0下载:
  2. HTTP 原始数据发送和接收 支持GET\POST\PUT等所有数据类型提交 暂不支持二进制文件上传
  3. 所属分类:调试

  1. web_server

    0下载:
  2. 服务器监听80端口,提供WEB服务,能够响应浏览器发送的的HTTP GET请求,向浏览器返回静态HTML页面: 1、如果请求的URL是一个文件,并且该文件存在,返回请求的页面或文件。 2、如果这个文件不存在,返回404错误。 3、如果请求的是一个目录,返回目录的结构给客户端。 服务器通过fork子进程处理新的请求,实现并发处理。服务器能够记录访问日志,包括时间、客户端的IP地址和请求的URL。 -Server listens on port 80 to provide WEB
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:2953
    • 提供者:张三
  1. HTTPrequest

    1下载:
  2. VC++ HTTP Get/Post请求。可以作为学习使用POST提交表单的学习资料参考!-VC++ HTTP Get/Post request. You can learn to use POST to submit the form as learning materials reference!
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-04-25
    • 文件大小:65803
    • 提供者:张道军
  1. nanohttp

    0下载:
  2. nanohttp.c: minimalist HTTP GET implementation to fetch external subsets. focuses on size, streamability, reentrancy and portability.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:11772
    • 提供者:puqeibq
  1. http

    0下载:
  2. 一个在vc上运行的http类,实现http put、get、post三种方法-A http class run on vc, achieve http put, get, post three methods
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-04-14
    • 文件大小:3189
    • 提供者:陈江
  1. http

    1下载:
  2. 一个简单的http客户端和简单的http服务器,命令行输出和接收参数,并将返回内容存到本地。client可以实现向主机的get请求;服务器可以响应get、put请求-A simple http client and a simple http server command line output and receiver parameters and returns the content stored locally. client can request to get the host t
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:10618
    • 提供者:孙明鑫
  1. SSD 8 Exercise 1

    0下载:
  2. The purpose of this exercise is to build a simple Web client and a simple Web server—a server that responds only to the HTTP GET and PUT commands.
  3. 所属分类:JSP源码/Java

    • 发布日期:2016-03-02
    • 文件大小:7225
    • 提供者:abkeyev
« 1 2 3 4 5 6 78 9 10 11 12 ... 28 »
搜珍网 www.dssz.com